Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent files menu entry implementation. #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AStepaniuk
Copy link

Hi,
Here is a PR for #40 .

Some implementation notes:

  • Separate class RecentFilesMenu is introduced, which manages "Recent files" menu entry
  • The list of recent files is kept persistent in the file "recent_files.list". It is located in the in the same folder where the "remarkable.settings" is
  • The maximum files number in recent files list: 10. This can be easily adjusted via code
  • File is added to the recent files list on file "Open" and file "Save As" operations (though menu entry is not updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant